body,html{height:100%;margin:0;padding:0;font-family:'Roboto',sans-serif;background:#121212;color:#fafafa}body{background:radial-gradient(circle at 30% 107%,#f97316 0,#ec4899 40%,#a855f7 80%,#121212 100%);background-size:150% 150%;background-repeat:no-repeat}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:1rem;box-sizing:border-box;text-align:center}.logo{width:80px;height:80px;margin-bottom:1.5rem}h1{font-weight:700;color:#fff;margin:0 0 1rem;font-size:clamp(2rem,5vw+1rem,3.5rem);text-shadow:0 2px 4px rgba(0,0,0,0.3)}p{font-weight:400;color:#e0e0e0;margin:0 0 2rem;max-width:600px;line-height:1.6;font-size:clamp(1rem,2vw+0.5rem,1.25rem);text-shadow:0 1px 2px rgba(0,0,0,0.2)}.cta-button{display:flex;align-items:center;justify-content:flex-start;width:16.5rem;height:3rem;background:linear-gradient(to right,#00C4CC,#448EE4,#874BBB);position:relative;border-radius:.5rem;color:#fafafa;font-weight:700;padding:.5rem;text-decoration:none;overflow:hidden;box-sizing:border-box;box-shadow:0 4px 15px rgba(0,196,204,0.4)}.cta-button:hover{box-shadow:0 6px 20px rgba(0,196,204,0.6)}.cta-button svg{width:2rem;height:2rem;fill:#fafafa;flex-shrink:0}.cta-text{opacity:1;transform:scaleX(1);transform-origin:left;margin-left:.5rem;white-space:nowrap;font-size:1rem}